home *** CD-ROM | disk | FTP | other *** search
- <!--
- This example illustrates the use of the #include directive. You can
- include HTML source code by reference into another file, rather than
- having to copy and paste (and deal with the headaches of keeping
- all of your HTML code in sync.
- -->
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
- <html>
- <head>
-
- <title>#TITLE#</title>
- <!--
- Created: #COMPDATE#
- By: #USERNAME#
- Where: #ROOT##FILENAME#
- -->
-
- <!-- #bbinclude "baseURL.incl" -->
- <!-- end bbinclude -->
-
- </head>
- <body>
- <!--
- When creating a page from this template, the "USERNAME" string will
- be replaced with the user name that you entered in the "Sharing Setup"
- control panel.
- -->
-
- <title>#USERNAME#'s First Page</title>
-
-
- </head>
- <body>
-
- <h1>#USERNAME#'s First Page</h1>
- <p>
- This example was <a href="http://www.barebones.com/products/bbedit/builtwith.html">Built With BBEdit</a>.<br>
- To find out more about BBEdit, <a href="http://www.barebones.com">visit Bare Bones Software's Web site</a>.
- </p>
-
-
- #BODYTEXT#
-
-
- <!-- #bbinclude "footer.incl" -->
- <!-- end bbinclude -->
-
- </body>
- </html>
-